html,body{
    font-family: "微软雅黑",'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
    font-size:14px;
    width: 100%;
    margin:0;
    padding:0;
}
ul,p,h1,h2,h3,h4,h5{
    margin:0;
    padding:0;
}
ul{
    list-style: none;
}
img{
    display:block;
}



/* 首页 */
.top{
    background-color:#000;
    line-height: 40px;
    height:40px;
    overflow: hidden;
}
.topr{
    width:40%;
    float: right;
    color:#fff;
    background:url(../images/top_tel.png) no-repeat;
    background-position-y:10px ;
/*     padding-left:30px;
     */}
.topl{
    float:left;
    margin-left:30px;

}
.topl span{
    margin-top:10px;
    display: inline-block;
    margin-left: 5px;
}
.topl a{
font-size:14px;
color:#fff;
}
.yy:hover .yuyan, .yy:active .yuyan{
    display: block;
}
.yuyan{
    background: #000;
    width: 80px;
    position: absolute;
    text-align: center;
    display: none;
	z-index:99;
}
.yuyan li{
    line-height: 24px;
}
.yuyan li a{
    color: #fff;
    font-size: 12px;
}


/* 最新设计 */
.home_sheji,.home_about,.home_pro{
    overflow: hidden;
    padding:60px 0;
}
.home_title h1{
    width: 146px;
    font-size: 36px;
    line-height: 60px;
    border-bottom: 2px solid #f36f00;
    font-weight: bold;
}

/* 首页简介 */
.home_about{
    background-color:#eee;
}
.h_a_con{
    margin:40px 0 0;
}
.h_a_con .p{
    text-indent: 2em;
    line-height: 30px;
}
.h_but{
    margin-top:30px;
    width:56px;
}
.h_but a{
    display: block;
    color:#000;
    border-bottom:2px solid #f36f00;
    line-height: 30px;
}
.h_but a:hover{
    color:#777;
}
/* .h_a_img{
    overflow: hidden;
} */
.h_a_img img{
    max-width: 100%;
    margin:20px auto;
    transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
}
.h_a_img:hover img{
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.h_a_list{
    width: 100%;
    overflow: hidden;
}
.h_a_item{
    width:calc((100% - 40px) / 5);
    margin-right:10px;
    float: left;
    background-color:white;
    margin-top:40px;
    padding:30px 0;
}
.h_a_item:last-child{
    margin-right:0;
}
.h_a_item img{
    max-width:100%;
    margin:0 auto;
    height:30px;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}
.h_a_item .h_tit{
    text-align: center;
    font-size:14px;
    margin-top:10px;
}
.h_a_item:hover img{
    transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}
.h_a_item:hover .h_tit{
    color:#f36f00;
}


/* 首页产品 */
.home_pro_list{
    margin-top:40px;
    overflow: hidden;
}
.home_pro_list .home_pro_img{
    width:55%;
    float: left;
    overflow: hidden;
}
.home_pro_list .home_pro_img img{
    width: 100%;
    margin: 0 auto;
    transition: all .8s;
    -o-transition:all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
}
.home_pro_list .home_pro_img:hover img{
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.home_pro_js,.home_pro_js1{
    width:45%;
    float: left;
    position: relative;
}
.home_pro_js h3{
    font-size:20px;
    background-color:#f36f00;
    width:120px;
    line-height: 40px;
    text-align: center;
    color:#fff;
    position: absolute;
    right:0;
    top:80px;
}
.home_pro_js1 h3{
    font-size:20px;
    background-color:#f36f00;
    width:120px;
    line-height: 40px;
    text-align: center;
    color:#fff;
    position: absolute;
    left:0;
    top:80px;
}
.jieshao{
    background-color:#eee;
    padding:60px 20px;
    font-size:14px;
    margin-top:100px;
    line-height: 24px;
    text-align: justify;
}



/* footer开始 */
.footer{
    padding:60px 0;
    background-color:#535353;
    overflow: hidden;
    color:white;
}
.yejiao{
    overflow: hidden;
}
.yejiao h4{
    font-size:16px;
    line-height: 40px;
}
.yejiao .f-l{
    float: left;
    width:20%;
}
.f-l1{
    width:40%;
    float:left;
}
.yejiao ul li ul li{
    line-height: 24px;
}
.yejiao ul li ul li a{
    color:white;
}
.f-contact{
    line-height: 24px;
    color:white;
}
.f-code{
    overflow: hidden;
}
.f-code h4{
    font-size:16px;
    text-align: center;
    margin-bottom:30px;
}
.f-code .code{
    float:left;
    margin-left:40px;
}
.f-code:last-child{
    margin-right:0;
}
.f-code span{
    display: block;
    text-align: center;
    line-height: 30px;
}

/* 版权 */
.copyright{
    background-color:#000;
    padding:20px 0;
    color:#ccc;
}
.copyright img{
    float: left;
    margin-left:10px;
}
.copyright a{
    color:#ccc;
}


/* 当前位置 */
.position {
    overflow: hidden;
    background: #f36f00;
}
.weizhi1 {
    float: left;
}
.weizhi, .weizhi1 {
    line-height: 48px;
    color: white;
}
.weizhi a, .weizhi1 a {
    color: white;
}

/* 正文 */
.content{
    padding:40px 0;
    min-height:300px;
}
.content img{
    max-width:100%;
}
.con-fc{
    overflow: hidden;
    margin:20px 0;
}
.con-fc img{
    max-width:100%;
    margin:10px auto;
}

.content_c {
    line-height: 27px;
    padding: 40px 0px 40px;
    min-height: 300px;
    overflow: hidden;
}
.about-top {
    overflow: hidden;
}
.team1 {
    min-height: 230px;
}
.img-height {
    overflow: hidden;
    width: 100%;
    min-height: 165px;
}
.img_section img {
    padding: 5px;
    max-width: 260px;
    max-height: 180px;
    width: auto;
    margin: 0 auto;
    border: 1px solid #d1d1d1;
}
.fix img {
    max-width: 100% !important;
    height: auto !important;
}
.img_section_txt {
    font-size: 14px;
    color: #3d3d3d;
    line-height: 36px;
    text-align: center;
}


/* 产品展示*/
.pro_list{
    overflow: hidden;
    height:220px;
    margin-bottom:20px;
}
.pro_list_1{
    border:1px solid #eee;
    overflow: hidden;
}
.pro_list img{
    max-width:100%;
    margin:0 auto;
    /* border:1px solid #ccc; */
    /* padding:5px; */
    max-height: 164px;
}
.pro_list_tit{
    line-height: 40px;
    height:40px;
    background:#eee;
    text-align: left;
    padding:0 10px;
}
.pro_list a:hover{
    color:white;
}
.pro_list_1:hover .pro_list_tit{
    background-color:#f36f00;
}
.f-right{
    display:block;
    float:right;
    line-height: 40px;
    color:#ddd;
}

.pro_con{
    width: 100%;
    overflow: hidden;
    border-bottom:1px solid #ddd;
    padding-bottom:40px;
    margin-bottom:20px;
}
.pro_con_img1{
    overflow: hidden;
}
.pro_con_img1 img{
    max-width:100%;
    margin:0 auto;
    border: 1px solid #eee;
    padding:5px;
    transition:all .8s;
    -o-transition:all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    max-height:500px;
}
.pro_con_img:hover img{
    transform:scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.pro_con_tit h3{
    font-size:20px;
    font-weight: bold;
    text-align: left;
    border-bottom:1px dotted #ccc;
    line-height: 48px;
}
.pro_jieshao{
    margin-top:20px;
    text-align:left;
    line-height: 30px;
}
.pro_jieshao span{
    display: block;
    font-weight: bold;
    text-align: left;
    line-height: 30px;
}
.prev{
    width:50%;
    float: left;
    text-align: left;
}
.next{
    width:50%;
    float:left;
    text-align: left;
}


/* 新闻中心 */
.news_list{
    overflow: hidden;
}
.news_item{
    overflow: hidden;
    border-bottom:1px solid #ddd;
    padding-bottom:20px;
    padding-top:20px;
}
.news_item_img{
    overflow: hidden;
}
.news_item_img img{
    max-width: 100%;
    margin:0 auto;
}
.news_item_con h5{
    width:80%;
    float: left;
}
.news_item_con h5 a{
    font-size:16px;
    color:#000;
}
.news_date{
    width:20%;
    float:right;
    color:#777;
    font-size: 13px;
    text-align: right;
}
.news_zhaiyao{
    margin-top:40px;
    line-height: 26px;
}
.news_zhaiyao span{
    color:#777;
}
.news_more{
    width:80px;
    line-height: 30px;
    margin-top: 20px;
    float: right;
    background-color:#eee;
    text-align: center;
}

.news_biaoti{
    font-size:30px;
    text-align: center;
    line-height: 60px;
    margin-bottom: 30px;
}
.news_xinxi{
    overflow: hidden;
    border-bottom:1px dotted #ddd;
    padding-bottom:10px;
}
.news_sj{
    float: left;
    color:#aaa;
}
.news_liulan{
    float:right;
    color:#aaa;
}
.news_con_zhaiyao{
    border:1px solid #ddd;
    background-color:#eee;
    padding:10px;
    margin-top:10px;
    line-height: 24px;
    color:#777;
}
.news_content{
    margin-top:20px;
    line-height: 24px;
    margin-bottom:20px;
}
.fanye{
    border-top:1px solid #eee;
    padding-top:10px;
}



/* 联系方式 */
.contact_con{
    width: 100%;
    overflow: hidden;
    margin-bottom:30px;
}
.tubiao{
    overflow: hidden;
    max-width: 100%;
}
.tubiao img{
    width: 60px;
    margin: 0 auto;
    margin-bottom:20px;
}
.dizhi,.tel,.chuanzhen,.email{
    font-size:16px;
    text-align: center;
    line-height: 30px;
}
.message input{
    width:100%;
    border: 1px solid #ddd;
    line-height: 30px;
}
.message textarea{
    width:100%;
    border: 1px solid #ddd;
}
.message .btn-default{
    background-color:#ddd;
}
.message .btn{
    color:#333;
    line-height: normal;
}

@media(max-width:767px){
    .h_a_item{
        padding:10px 0;
    }
    .h_a_item img{
        height:20px;
    }
    .h_a_item .h_tit{
        font-size:12px;
    }
    .home_pro_list .home_pro_img{
        width:100%;
    }
    .home_pro_js, .home_pro_js1{
        width:100%;

    }
    .home_pro_js h3{
        top:0;
    }
    .jieshao{
        margin-top:20px;
    }
    .home_pro_js1 h3{
        top:0;
    }
	.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img{
height:auto;
}
.pro_list{
height: 150px;}
.pro_list img{
max-width: 100%;
    display: block;
    margin: 0 auto;
    max-height: 100px;
	}
}